home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-11-18 | 1.4 KB | 33 lines | [TEXT/ttxt] |
-
- # *****************CoachMarks********************
-
- #coach SurfWriter's Dictionary menu item in the Utilities menu
- #<Define Menu Coach> "UtilsOpenDictionary", 'WAVE', REDCIRCLE, "Utilities", "Dictionary…", RED
-
- #coach the app's Dictionary menu item in the Utilities menu
- <Define Menu Coach> "UtilsOpenDictionary", 'ttxt', REDCIRCLE, "Utilities", "Dictionary…", RED
-
- #coach dialog item 3 in SurfWriter's "Dictionary" dialog box
- <Define Item Coach> "DictionaryNewWord", 'WAVE', REDUNDERLINE, "Dictionary", DialogID(3)
-
- #coach a specific area in a window opened by SimpleText
- <Define Window Coach> "DictionaryNewWordSimpleText", 'ttxt', REDUNDERLINE, "Dictionary", Rect(74,250,82,395)
-
- #coach dialog item 8 in SurfWriter's "Dictionary" dialog box
- <Define Item Coach> "CustomDictionary", 'WAVE', REDCIRCLE, "Dictionary", DialogID(8)
-
- #coach a specific area in a window opened by SimpleText
- <Define Window Coach> "CustomDictionaryButtonSimpleText", 'ttxt', REDCIRCLE, "Dictionary", Rect(250,155,262,360)
-
- #coach a specific area in the SurfWriter Scripts folder
- #You could use a window coach if the file's location never changes
- #If the user might change it's location, use an AppleScript coach
- #<Define Window Coach> "Custom Dictionary File", 'MACS', REDCIRCLE, "SurfWriter Scripts", Rect(100,100,142,142)
-
- #coach a specific area in the SurfWriter Scripts folder
- <DEFINE APPLESCRIPT COACH> "Custom Dictionary File", REDCIRCLE,":SurfWriter Scripts src:Finder Coach Surf Custom File"
-
-
-
-
-